home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 2.iso / Pc / D_E / EUR1PTCH.ZIP / GO51.BAT < prev   
DOS Batch File  |  1995-06-05  |  221b  |  15 lines

  1. @echo off
  2. if not exist %1\texture\eur1.haz goto no_haz
  3.  
  4. :haz
  5. ren %1\texture\eur1.haz eur1.ha!
  6. @echo yyy | eur1_51 %1
  7. echo.
  8. echo Renamed EUR1.HAZ to EUR1.HA!.
  9. goto done
  10.  
  11. :no_haz
  12. @echo yyy | eur1_51 %1
  13.  
  14. :done
  15.